home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / printpa.com / README < prev   
Encoding:
Text File  |  1990-09-05  |  1.3 KB  |  24 lines

  1.                                                     8 June 1990
  2.    FILENAME                     DESCRIPTION
  3. PRINTPAS.EXE          Printing modulating filter for turbo pascal.
  4. PRINTPAS.DOC          Documentation for printing filter.
  5. NONSENSE.PAS          A "nonsense" program in pascal with comments
  6.                       to illustrate operation of the printing filter.
  7.  
  8. Printpas.exe works on turbo pascal source code and modulates the source code
  9. before it is printed on common dot matix printers. Printpas makes use of the
  10. various character pitches, highlighting options, and italics font on these
  11. printers. In printing source code, a few syntax rules must be followed for
  12. proper operation-then the program will do the following:
  13.  
  14. a) Highlight and index user procedures and functions. If code is for
  15.    a pascal unit, then user can select whether all or only external
  16.    procedures and functions are noted.
  17. b) Highlight global and local variables in two different printing fonts.
  18. c) Maintain a begin/end count on the right side of paper.
  19. d) Generate a source code file stripped of one or both types of pascal
  20.    comments.(If desired.)
  21. e) After printing source code, a table of user procedures and functions
  22.    is printed, with indices to use Borland's "find" in the IDE editor.
  23.                                                       dld
  24.